/* eyoucms.com 易优CMS -- 好用,免费,安全 */

.clear {
	clear: both;
}
.clearfix, .container:after, .row:after, ul {
 *zoom: 1;
}
.clearfix:after, .container:after, .row:after, ul:after {
	content: " ";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.ellipsis {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.container {
	margin-right: auto;
	margin-left: auto;
}
.content img {
	max-width: 100%;
}
.content_box, .content_box *, .content_box *:before, .content_box *:after {
	box-sizing: content-box;
}


[hidden] {
 display: none;
}
* {
	box-sizing: border-box;
}
*:before, *:after {
	box-sizing: border-box;
}

a, button, input[type="submit"], input[type="button"], input[type="reset"], input[type="file"] {
	cursor: pointer;
}
a {
	color: inherit;
 color: expression(this.parentNode.currentStyle.color);
	text-decoration: none;
}
a:focus {
	outline: thin dotted;
}
a:active, a:hover {
	outline: 0;
}

/****************************** style ******************************/
body, button, input, select, textarea {
	font: 12px/1.4 "\5FAE\8F6F\96C5\9ED1", "arial";
	color: #5a5a5a;
	font-size: 12px;
}
.center {
	width: 1200px;
	margin: 0 auto;
}

.main {
	width: 100%;
}
.i_box1 {
	width: 100%;
	/*padding-bottom: 40px;*/
}
.i_box1 .i_box1_content {
	width: 100%;
}
.i_box1 .i_box1_content .main_r {
	margin-top: 0;
}
.search {
	width: 100%;
	height: 53px;
	overflow: hidden;
	margin-bottom: 5px;
}
.search p {
	/*float: left;*/
	line-height: 43px;
	text-align: center;
}
.search p b {
	font-weight: bold;
	font-size: 16px;
}
.search p a {
	font-size: 16px;
	margin-left: 4px;
}
.search p a:hover {
	color: #004e8b;
}
.search div {
	/*float: right;*/
	    width: 416px;
    margin: 0 auto;
	padding-top: 10px;
}
.search div .texta {
	width: 356px;
	font-size: 14px;
	font-family: Microsoft YaHei;
	color: #666666;
	font-weight: normal;
	line-height: 34px;
	height: 38px;
	vertical-align: middle;
	border: #004e8b 2px solid;
	padding-left: 5px;
	padding-right: 5px;
	-webkit-appearance: none;
	outline: none;
	-webkit-border-radius: 0;
	display: block;
	float: left;
}
.search div .btna {
	width: 60px;
	background: #004e8b;
	font-family: SimSun;
	font-weight: normal;
	border: #fff 0px solid;
	float: left;
	height: 38px;
	line-height: 38px;
	cursor: pointer;
	color: #fff;
	font-size: 16px;
	text-align: center;
	float: left;
}
@media (max-width:767px) {
 .search div{
 	width: auto;
 }
 .search p {
	float: left;
}
}

/* 自定义样式 */
.fl{
	float: left;
}
.fr{
	float: right;
}
.pro-view{
	border: 2px solid #fff;
	border-radius: 5px;
	margin: 10px;
	padding: 5px;
	color: #fff;
}
/* .pro-view img{
	width: 32px;
	height:72px;
} */

.pro-view .pro-tit{
	font-size: 18px;
	margin-top: 10px;
	
}
.pro-view span{
	display: inline-block;
	font-size: 14px;
	margin-top: 10px;
}
.pro-view span a{
	
	
}

.pro-view:hover{
	background-color: #fff;
	color:#1d1d1d;
}
.about-us .content img{
	padding: 10px;
	margin-left: 40px;
	width: 490px;
	height:300px;
}
.cases .case-left{
	background: url('../images/yingyong.png');
	height:627px;
}
.cases .case-left h2{
	font-weight: 700;
	color: #fff;
	margin-top: 100px;
}
.cases .case-left h5{
	color: #fff;
	
}
.cases .case-left a{
	display: inline-block;
	color:#fff;
	border: 1px solid #fff;
	padding: 5px;
	margin-top: 368px;
}
.cases .case-right .case-right-yy{
	
		margin-top: 52px;
	
}
.cases .case-right .case-right-yy img{
	width: 260px;
	height: 224px;
}

/*新闻动态start*/

.news .news-tit {
    width: 185px;
    margin: 0px auto;
    text-align: center;
    color: #252525;
}

.news .news-tit b {
    font-size: 34px;
    font-weight: 700;
    display: inline-block;
    margin-top: 38px;
}

.news .news-tit span {
    font-size: 18px;
    font-weight: 700;
    display: inline-block;
    margin-top: 4px;
}

.news .w {
    margin-top: 45px;
}

.news .list1 {
   /* width: 370px;
    height: 458px;
    float: left; */
   /* margin-right: 40px; */

}

.news .news-cat {
    height: 50px;
    border-bottom: 2px solid #cacaca;
}

.news .news-cat .b {
    float: left;
    font-size: 24px;
    font-weight: 700;
    line-height: 50px;
}

.news .news-cat .e a {
    float: right;
    font-size: 12px;
    font-weight: 700;
    color: #2b69b2;
    line-height: 62px;
}

.news ul {
    margin-top: 10px;
}

.news ul li {
    margin-top: 12px;
    border-bottom: 1px #cacaca solid;
    text-align:left;
}

.news ul li img{
    width: 368px;
    height: 204px;
}
.news ul li a {

    font-size: 14px;
    font-weight: 700;

}

.news .list2 {
   /* width: 370px;
    height: 458px; */
 /*   float: left; */
  /*  margin-right: 40px; */

}

.news .list3 {
   /* width: 370px;
    height: 458px; */
    /* float: left; */

}

/*新闻动态end*/

/*产品分类start*/
.pro-list{
	border-bottom: 2px solid #fff;
}
.pro-list .pro-tit{
	background-color: #fff;
	color: #0A3458;
	font-size: 20px;
	font-weight: 400;
	height: 60px;
	line-height: 60px;
	text-align: center;
	margin-top: 20px;
}

.pro-list .pro-name{
	margin-top: 20px;
}
.pro-list .pro-name ul li{
	padding: 10px 0 10px 15px;
}
.pro-list .pro-name ul li a{
	font-size: 20px;
	color: #fff;
}

.pro-tel{
	margin-top: 60px;

}
.pro-content h3{
	text-align: center;
	font-size: 16px;
	color: #FFFFFF;
}


/*产品分类end*/

